List -I/opt/gtk/include not -I /opt/gtk/include.
authorOwen Taylor <otaylor@redhat.com>
Fri, 8 Mar 2002 20:16:30 +0000 (20:16 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 8 Mar 2002 20:16:30 +0000 (20:16 +0000)
Fri Mar  8 15:14:32 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/building.sgml: List -I/opt/gtk/include not
        -I /opt/gtk/include.

        * gtk/building.sgml: Add a gloss for XIM.

docs/reference/ChangeLog
docs/reference/gtk/building.sgml

index be1788ceac93fe1c76b35471929fb5eb7203ff71..b84d55e88865e69471b2dcdc9b4f4da8c28b562f 100644 (file)
@@ -1,3 +1,10 @@
+Fri Mar  8 15:14:32 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/building.sgml: List -I/opt/gtk/include not
+       -I /opt/gtk/include.
+
+       * gtk/building.sgml: Add a gloss for XIM.
+
 2002-03-07  Matthias Clasen  <maclas@gmx.de>
 
        * gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml,
index 04fc041b4fce0ad00da4572e20f3135cc3e1928d..a69a435dc3977995e91c417df880f651561cf215 100644 (file)
@@ -98,7 +98,7 @@ How to compile GTK+ itself
       these variables as:
     </para>
     <programlisting>
-      CPPFLAGS="-I /opt/gtk/include"
+      CPPFLAGS="-I/opt/gtk/include"
       LDFLAGS="-L/opt/gtk/lib"
       PKG_CONFIG_PATH="/opt/gtk/lib/pkgconfig"
       export CPPFLAGS LDFLAGS PKG_CONFIG_PATH
@@ -431,8 +431,8 @@ How to compile GTK+ itself
  
         <para>
           These options can be used to control whether GTK+ will 
-          be compiled with support for XIM. 
-          The default is yes.
+          be compiled with support for XIM. (The X Input Method
+         extension, used for Japanese input.) The default is yes.
         </para>
       </formalpara>